runtime.moduledata.textsectmap (field)
7 uses
runtime (current package)
symtab.go#L427: textsectmap []textsect
symtab.go#L699: if len(md.textsectmap) > 1 {
symtab.go#L700: for i, sect := range md.textsectmap {
symtab.go#L702: if off >= sect.vaddr && off < sect.end || (i == len(md.textsectmap)-1 && off == sect.end) {
symtab.go#L734: if len(md.textsectmap) > 1 {
symtab.go#L738: for i, sect := range md.textsectmap {
symtab.go#L745: if i == len(md.textsectmap)-1 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |